home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / atib2.zip / TXTSETUP.OEM < prev    next >
Text File  |  1993-03-21  |  7KB  |  181 lines

  1. #
  2. # format for txtsetup.oem.
  3. #
  4. # General format:
  5. #
  6. # [section]
  7. # key = value1,value2,...
  8. #
  9. #
  10. # The hash ('#') introduces a comment.
  11. # Strings with embedded spaces, commas, or hashes should be double-quoted
  12. #
  13.  
  14.  
  15. [Disks]
  16.  
  17. # This section lists all disks in the disk set.
  18. #
  19. # <description> is a descriptive name for a disk, used when
  20. #   prompting for the disk
  21. # <tagfile> is a file whose presence allows setup to recognize
  22. #   that the disk is inserted.
  23. # <directory> is where the files are located on the disk.
  24. #
  25.  
  26. d1 = "ATI Graphics Accelerators Disk", \ati_vid, \
  27.  
  28.  
  29. [Defaults]
  30.  
  31. # This section lists the default selection for each 'required'
  32. # hardware component.  If a line is not present for a component,
  33. # the default defaults to the first item in the [<component_name>]
  34. # section (see below).
  35. #
  36. # <component_name> is one of computer, display, keyboard, mouse, scsi
  37. # <id> is a unique <within the component> string to be associated
  38. #   with an option.
  39.  
  40. display = "ATI Graphics Accelerators 640x480x8"
  41.  
  42.  
  43. [display]
  44.  
  45. # This section lists the options available for a particular component.
  46. #
  47. # <id> is the unique string for the option
  48. # <description> is a text string, presented to the user in a menu
  49.  
  50.     "ATI Graphics Accelerators 640x480x8"   = "ATI Graphics Accelerators 640x480, 8 bit color"
  51.     "ATI Graphics Accelerators 800x600x8"   = "ATI Graphics Accelerators 800x600, 8 bit color"
  52.     "ATI Graphics Accelerators 1024x768x8"  = "ATI Graphics Accelerators 1024x768, 8 bit color"
  53.     "ATI Graphics Accelerators 1280x1024x8" = "ATI Graphics Accelerators 1280x1024, 8 bit color"
  54.     "ATI Graphics Accelerators 640x480x16"   = "ATI Graphics Accelerators 640x480, 16 bit color"
  55.     "ATI Graphics Accelerators 800x600x16"   = "ATI Graphics Accelerators 800x600, 16 bit color"
  56.     "ATI Graphics Accelerators 1024x768x16"  = "ATI Graphics Accelerators 1024x768, 16 bit color"
  57.     "ATI Graphics Accelerators 640x480x32"   = "ATI Graphics Accelerators 640x480, 32 bit color"
  58.  
  59.  
  60. ["Files.display.ATI Graphics Accelerators 640x480x8"]
  61. # This section lists the files that should be copied if the user
  62. # selects a particular component option.
  63. #
  64. # <file_type> is one of driver, port, class, dll, hal, inf, or detect.
  65. #   See below.
  66. # <source_disk> identifies where the file is to be copied from, and must
  67. #   match en entry in the [Disks] section.
  68. # <filename> is the name of the file. This will be appended to the
  69. #   directory specified for the disk in the [Disks] section to form the
  70. #   full path of the file on the disk.
  71.  
  72. driver = d1,ati.sys,ati1
  73. dll    = d1,ati.dll
  74.  
  75. ["Files.display.ATI Graphics Accelerators 800x600x8"]
  76. driver = d1,ati.sys,ati2
  77. dll    = d1,ati.dll
  78.  
  79. ["Files.display.ATI Graphics Accelerators 1024x768x8"]
  80. driver = d1,ati.sys,ati3
  81. dll    = d1,ati.dll
  82.  
  83. ["Files.display.ATI Graphics Accelerators 1280x1024x8"]
  84. driver = d1,ati.sys,ati4
  85. dll    = d1,ati.dll
  86.  
  87.  
  88. ["Files.display.ATI Graphics Accelerators 640x480x16"]
  89. driver = d1,ati.sys,ati5
  90. dll    = d1,ati.dll
  91.  
  92. ["Files.display.ATI Graphics Accelerators 800x600x16"]
  93. driver = d1,ati.sys,ati6
  94. dll    = d1,ati.dll
  95.  
  96. ["Files.display.ATI Graphics Accelerators 1024x768x16"]
  97. driver = d1,ati.sys,ati7
  98. dll    = d1,ati.dll
  99.  
  100. ["Files.display.ATI Graphics Accelerators 640x480x32"]
  101. driver = d1,ati.sys,ati8
  102. dll    = d1,ati.dll
  103.  
  104.  
  105. [Config.ati1]
  106. # This section specifies values to be set in the registry for
  107. # particular component options.  Required values in the services\xxx
  108. # key are created automatically -- use this section to specify additional
  109. # keys to be created in services\xxx and values in services\xxx and
  110. # services\xxx\yyy.
  111. #
  112. # <key_name> is relative to the services node for this device.
  113. #   If it is empty, then it refers to the services node.
  114. #   If specified, the key is created first.
  115. # <value_name> specifies the value to be set within the key
  116. # <value_type> is a string like REG_DWORD.  See below.
  117. # <value> specifies the actual value; its format depends on <value_type>
  118.  
  119. value = "",     tag,                  REG_DWORD,    b
  120. value = Device0, VgaCompatible,           REG_DWORD,    0
  121. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  122. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  123. value = Device0, DefaultSettings.XResolution, REG_DWORD,    280
  124. value = Device0, DefaultSettings.YResolution, REG_DWORD,    1e0
  125.  
  126. [Config.ati2]
  127. value = "",     tag,                  REG_DWORD,    b
  128. value = Device0, VgaCompatible,           REG_DWORD,    0
  129. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  130. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  131. value = Device0, DefaultSettings.XResolution, REG_DWORD,    320
  132. value = Device0, DefaultSettings.YResolution, REG_DWORD,    258
  133.  
  134. [Config.ati3]
  135. value = "",     tag,                  REG_DWORD,    b
  136. value = Device0, VgaCompatible,           REG_DWORD,    0
  137. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  138. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  139. value = Device0, DefaultSettings.XResolution, REG_DWORD,    400
  140. value = Device0, DefaultSettings.YResolution, REG_DWORD,    300
  141.  
  142. [Config.ati4]
  143. value = "",     tag,                  REG_DWORD,    b
  144. value = Device0, VgaCompatible,           REG_DWORD,    0
  145. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  146. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    8
  147. value = Device0, DefaultSettings.XResolution, REG_DWORD,    500
  148. value = Device0, DefaultSettings.YResolution, REG_DWORD,    400
  149.  
  150. [Config.ati5]
  151. value = "",     tag,                  REG_DWORD,    b
  152. value = Device0, VgaCompatible,           REG_DWORD,    0
  153. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  154. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    10
  155. value = Device0, DefaultSettings.XResolution, REG_DWORD,    280
  156. value = Device0, DefaultSettings.YResolution, REG_DWORD,    1e0
  157.  
  158. [Config.ati6]
  159. value = "",     tag,                  REG_DWORD,    b
  160. value = Device0, VgaCompatible,           REG_DWORD,    0
  161. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  162. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    10
  163. value = Device0, DefaultSettings.XResolution, REG_DWORD,    320
  164. value = Device0, DefaultSettings.YResolution, REG_DWORD,    258
  165.  
  166. [Config.ati7]
  167. value = "",     tag,                  REG_DWORD,    b
  168. value = Device0, VgaCompatible,           REG_DWORD,    0
  169. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  170. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    10
  171. value = Device0, DefaultSettings.XResolution, REG_DWORD,    400
  172. value = Device0, DefaultSettings.YResolution, REG_DWORD,    300
  173.  
  174. [Config.ati8]
  175. value = "",     tag,                  REG_DWORD,    b
  176. value = Device0, VgaCompatible,           REG_DWORD,    0
  177. value = Device0, InstalledDisplayDrivers,     REG_MULTI_SZ, ati
  178. value = Device0, DefaultSettings.BitsPerPel,  REG_DWORD,    20
  179. value = Device0, DefaultSettings.XResolution, REG_DWORD,    280
  180. value = Device0, DefaultSettings.YResolution, REG_DWORD,    1e0
  181.